home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / FontMancer / Common / Standard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-21  |  589 b   |  24 lines  |  [TEXT/CWIE]

  1. #define NIL            0L
  2. #define MAXLONG        0x7FFFFFFF
  3.  
  4. #define rErrorAlert        129
  5. #define rErrorStrings    129
  6. #define errWimpySystem    1
  7.  
  8. #define rInfoAlert        130
  9. #define rInfoStrings    130
  10. #define infoLimitHit    1
  11.  
  12. #define rMainWindow        128
  13.  
  14. void        InitToolbox(void);
  15. void        InitMainWindow(void);
  16. void        ConfigAppWithPrefs(struct prefStuff Prefs, FMStuff FMStore);
  17. void        CheckWindowPrefs(void);
  18. void        UpdatePrefs(void);
  19. void        InitMenuBar(void);
  20. void        MainEventLoop(void);
  21. void        DisposeMainWindow(void);
  22.  
  23. void        InfoAlert(short infoNumber, Str255    infoMessage);
  24. void         DeathAlert(short errNumber, Str255    errorInfo);